Skip to content

NoSQL: Use actual key serialization to split NoSQL index stripes#4567

Merged
snazy merged 1 commit into
apache:mainfrom
snazy:nosql-index-stripe-sizing
Jun 12, 2026
Merged

NoSQL: Use actual key serialization to split NoSQL index stripes#4567
snazy merged 1 commit into
apache:mainfrom
snazy:nosql-index-stripe-sizing

Conversation

@snazy

@snazy snazy commented May 28, 2026

Copy link
Copy Markdown
Member

Base stripe splitting on the actual serialized key shape, including prefix compression, instead of a loose full-key estimate.

The estimate was safe but too pessimistic and could over-split perfectly reasonable stripes.
Reuse the real serialization walk so the split logic and persisted bytes stay aligned.

Depends on and follow-up of #4566

Base stripe splitting on the actual serialized key shape, including prefix
compression, instead of a loose full-key estimate.

The estimate was safe but too pessimistic and could over-split perfectly
reasonable stripes. Reuse the real serialization walk so the split logic and
persisted bytes stay aligned.
@snazy snazy force-pushed the nosql-index-stripe-sizing branch from 11b0cfe to cea8a6d Compare June 2, 2026 06:24
@snazy snazy marked this pull request as ready for review June 2, 2026 06:25
@snazy snazy requested a review from dimas-b June 3, 2026 09:38
@github-project-automation github-project-automation Bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Jun 12, 2026
@snazy snazy merged commit 0b1b318 into apache:main Jun 12, 2026
24 checks passed
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in Basic Kanban Board Jun 12, 2026
@snazy snazy deleted the nosql-index-stripe-sizing branch June 12, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants